Click or drag to resize

MessageOpen Method (Stream)

Opens the specified stream.

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public void Open(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream
See Also